JavaScript
{dialog.object}formViewGetState Method
Syntax
var state = {dialog.object}.formViewGetState(UXFormViewControlID);
Arguments
- UXFormViewControlIDstring
The FormView control's ID.
Returns
- stateobject
Returns the FormView's state object.
Description
Gets the FormView state object and stores it in a variable.
Example
var _s = {dialog.object}.formViewGetStateVariables('FORM_1');